CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - linux 字符 驱动 程序

搜索资源列表

  1. cdev

    0下载:
  2. 在linux下,实现简单的字符驱动,并添加Ring Buffer test程序,实现6个线程同时工作-Character device driver in test program, using six threads to read and write signal
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-06
    • 文件大小:3392
    • 提供者:佑礼
  1. beep-driver

    0下载:
  2. 在arm-linux中蜂鸣器作为一个简单的字符设备,其驱动程序可以作为一般字符设备驱动的框架。-For a simple arm-linux char device driver ,the beep driver can be de module of any char device drver.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-30
    • 文件大小:716
    • 提供者:Thomas Obama
  1. Learning-_IT

    0下载:
  2. 该文档积累了本人最近的学习笔记,包括相关黑客技术,Linux下字符驱动编程,Linux下通信程序设计要点。-The documents I have accumulated a recent study notes, including related hacking, Linux under the character-driven programming, Linux programming under the communication points.
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-03-29
    • 文件大小:400136
    • 提供者:林永奔
  1. led-qd

    0下载:
  2. linux简单的字符设备驱动程序——led驱动程序,希望对学习有用,加油!-led driver
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-03
    • 文件大小:5286
    • 提供者:harry
  1. ADCdrives

    1下载:
  2. ADC字符设备驱动程序,包含加载函数,卸载函数,接口函数,read(),ioctl()等。另带编译文件Makefile以及测试程序ADCtest.c 在linux环境下执行make命令编译后会生成ADCdrives.o以及test。在字符设备中加载test即可得到结果。-ADC code I/O Device Drive
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-06
    • 文件大小:2560
    • 提供者:赵宇
  1. led_drv

    0下载:
  2. 简单LED驱动程序实现 根据本人的《Linux简单字符设备驱动编写方法》一文的步骤,实现Mini2440开发板的LED驱动程序。 代码共分二个文件,驱动程序<led_drv.c>和测试程序<led_test.c>。-Achieve a simple LED driver According to my "Linux device driver writing a simple method of character," a text of t
  3. 所属分类:嵌入式Linux

    • 发布日期:2017-04-03
    • 文件大小:2378
    • 提供者:Joshua
  1. btn_drv

    0下载:
  2. 查询方式实现简单按键驱动程序 根据本人《Linux简单字符设备驱动编写方法》一文的步骤,用查询方式简单实现Mini2440开发板的按键驱动程序。 代码共分二个文件,驱动程序<btn_drv.c>和测试程序<btn_test.c>。-Simple ways to search for key drivers According to my "Linux character device driver writing simple method"
  3. 所属分类:Embeded Linux

    • 发布日期:2017-03-28
    • 文件大小:2208
    • 提供者:Joshua
  1. misc_add

    0下载:
  2. Linux混杂设备驱动编写方法   当字符设备以混杂设备的方式注册时,将会有统一的主设备号10,次设备号可以自定义也可以由系统指定,混杂设备的注册方式在驱动程序编写上,简化了字符设备的驱动注册及设备生成步骤,下面的程序描述了混杂设备接口函数的使用方式。   程序由二个文件组成,驱动模块<misc_add.c>及测试程序<misc_test.c>。-Linux device driver writing mixed methods When a
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-02
    • 文件大小:1383
    • 提供者:Joshua
  1. dsdram

    0下载:
  2. linux内核下双口ram字符设备驱动程序-dual port ram driver process under linux
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-04
    • 文件大小:2479
    • 提供者:桂景峰
  1. 111USB

    0下载:
  2. LINUX内核空间USB运动控制卡驱动程序的开发,介绍一种基于ARM 体系结构的运动控制卡的设计方法,通过嵌入linux 操作系统实现多任务管理,USB 接口与上位机 通信,克服了采用传统并行总线结构的弊端。以一种USB 运动控制卡为实例来介绍利用dev 文件系统开发字符设备驱动程序的关键技术-The LINUX kernel space USB motion control card driver development, introduces one kind based on the
  3. 所属分类:Linux-Unix program

    • 发布日期:2017-04-08
    • 文件大小:736756
    • 提供者:曹瑞翠
  1. linux_usb

    0下载:
  2. 是精心搜集的linux USB驱动系列教程,包含linux_USB_驱动程序、linux设备驱动之USB数据传输分析、usb_control_msg()、《嵌入式Linux_USB驱动开发》PDF课件等等。-允许输入拉丁字符的拼音 Carefully collected linux USB drive series of tutorials, including a USB data transfer of linux_USB_ driver linux device driver usb_
  3. 所属分类:USB develop

    • 发布日期:2017-04-10
    • 文件大小:1225289
    • 提供者:张元
  1. chat-d

    0下载:
  2. 关于字符设备的驱动程序,功能是实现基于linux上的一个聊天工具-Character device driver, the function is a linux-based chat tool
  3. 所属分类:WinSock-NDIS

    • 发布日期:2017-03-29
    • 文件大小:33293
    • 提供者:HYL
  1. character-device-driver

    0下载:
  2. 基于友善mini2440-linux-2.6.32 简单的字符设备驱动程序-Friendly mini2440-linux-2.6.32 simple character device driver
  3. 所属分类:Linux驱动

    • 发布日期:2017-03-29
    • 文件大小:2316
    • 提供者:zyp1987106
  1. led-drive

    0下载:
  2. 嵌入式linuxLED驱动程序及相关的测试程序,供初学者学习怎么编写字符设备的linux驱动-Embedded linuxLED driver and related test procedures for beginners to learn how to write character device linux driver
  3. 所属分类:Linux驱动

    • 发布日期:2017-04-01
    • 文件大小:4741
    • 提供者:
  1. ARMds18b20

    0下载:
  2. 基于ARM2440的linux系统环境下的DS18B20驱动程序,该设备驱动为字符型驱动,加载后可以直接使用,使用的是micro2440的开发板-The linux driver under ARM2440 system environment based on DS18B20, the device driver for the character, after loading can be used directly, use the micro2440 development board
  3. 所属分类:Driver develop

    • 发布日期:2017-11-27
    • 文件大小:27605
    • 提供者:jkjkj
  1. linux_drivers

    0下载:
  2. linux字符型驱动的程序,包含测试程序-linux character drivers program
  3. 所属分类:Driver develop

    • 发布日期:2017-04-02
    • 文件大小:3472
    • 提供者:sergio
  1. 20th_chrdev_another

    0下载:
  2. tiny6410 linux字符设备驱动程序的另一种写法,仅供参考-Another character written tiny6410 linux device driver for reference
  3. 所属分类:Embeded Linux

    • 发布日期:2017-04-24
    • 文件大小:144288
    • 提供者:wjb
  1. cdev

    0下载:
  2. 简单的LINUX字符设备驱动程序的设计。-Simple character device driver design
  3. 所属分类:Driver develop

    • 发布日期:2017-04-28
    • 文件大小:230657
    • 提供者:邵军
  1. chardevicedriver

    0下载:
  2. 嵌入式Linux字符设备驱动程序,C语言开发-Embedded Linux character device driver, C language development
  3. 所属分类:Driver develop

    • 发布日期:2017-04-13
    • 文件大小:2611
    • 提供者:李用成
  1. usbgzctl

    0下载:
  2. usb接口设备端作为字符设备利用gadgetzerolinux 驱动程序-usb to drv for serial in linux
  3. 所属分类:Driver develop

    • 发布日期:2017-04-30
    • 文件大小:11165
    • 提供者:xuming
« 1 2 3 45 »
搜珍网 www.dssz.com